This applet provides an interface to view and slide images. You give a list of images and the user can view them. The user can choose an image in the list, click to view the next or the previous one or activate the slide show. You can activate the auto slide show if you want the slide show to start when the applet starts.
Name |
Description |
Default |
Status |
image1, image2,...,imageN |
the images locations |
- |
required |
image_name1, image_name2,...,image_nameN | the images names | the images files names without the extension | required |
play_label | the slide on button label | "Slide on" | required |
stop_label | the slide off button label | "Slide off" | required |
prev_label | the previous button label | "Prev" | required |
next_label | the next button label | "Next" | required |
pause2 | the delay between two images during slide show (milliseconds) | 2000 | required |
auto_slide | "1" : slide show is
activated when the applet starts "0" : no slide show on load |
1 | required |
background_color | the background color | gray | required |
background_image | the background image, repeated to fill the applet area | - | optional |
status_bar_text | the text to display in the status bar when the mouse is over | - | optional |
sound_name | the sound played on load | - | optional |
loop_sound | - "yes" : to loop the
onload sound - "no" : played one time |
"no" | optional |
registration_code | the registration code | - | required |
Special notes |
* note: you can put relative URL (to target a file on your
site) or absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. * If you put more than one link you should set the target parameter equal to "new" otherwise you will only see the last link in your current window browser. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com